home *** CD-ROM | disk | FTP | other *** search
- object Form31: TForm31
- Left = 440
- Top = 344
- Width = 441
- Height = 300
- Caption = 'NEF Image Format'
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 120
- TextHeight = 16
- object BitBtn1: TBitBtn
- Left = 280
- Top = 176
- Width = 145
- Height = 31
- Hint = 'Restore all NEF parameters to default values.'
- Caption = 'Restore Defaults'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = BitBtn1Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
- 3333333777333777FF33339993707399933333773337F3777FF3399933000339
- 9933377333777F3377F3399333707333993337733337333337FF993333333333
- 399377F33333F333377F993333303333399377F33337FF333373993333707333
- 333377F333777F333333993333101333333377F333777F3FFFFF993333000399
- 999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
- 99933773FF777F3F777F339993707399999333773F373F77777F333999999999
- 3393333777333777337333333999993333333333377777333333}
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 360
- Top = 226
- Width = 65
- Height = 31
- TabOrder = 1
- OnClick = BitBtn2Click
- Kind = bkOK
- end
- object GroupBox1: TGroupBox
- Left = 280
- Top = 8
- Width = 145
- Height = 161
- Caption = 'Color Space'
- TabOrder = 2
- object RadioButton1: TRadioButton
- Left = 8
- Top = 16
- Width = 129
- Height = 17
- Hint = 'Show the RGB data exactly as recorded by the D1 CCD'
- Caption = 'None (D1 Native)'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 8
- Top = 136
- Width = 97
- Height = 17
- Hint =
- 'Use the custom Qimage Pro color space (basically sRGB with a wid' +
- 'er gamut)'
- Caption = 'Qimage Pro'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 8
- Top = 40
- Width = 97
- Height = 17
- Hint =
- 'Use the "Adobe RGB (1998)" color space (default). In addition t' +
- 'o having a wide color gamut, the Adobe RGB color space also work' +
- 's well for web and other applications without appearing oversatu' +
- 'rated.'
- Caption = 'Adobe RGB'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- TabStop = True
- end
- object RadioButton4: TRadioButton
- Left = 8
- Top = 64
- Width = 65
- Height = 17
- Hint = 'Use the "sRGB" color space (mainly for web use)'
- Caption = 'sRGB'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object RadioButton5: TRadioButton
- Left = 8
- Top = 112
- Width = 89
- Height = 17
- Hint =
- 'Use the "Bruce RGB" color space. This space has a wider gamut t' +
- 'han sRGB, but is still very suitable for viewing on the web and ' +
- 'most workstations. It may, however, appear a bit oversaturated ' +
- 'in color compared to Adobe RGB.'
- Caption = 'Bruce RGB'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- end
- object RadioButton6: TRadioButton
- Left = 8
- Top = 88
- Width = 97
- Height = 17
- Hint =
- 'Use the NTSC color space. This is the color space used in JPG i' +
- 'mages processed by the D1 camera. Using NTSC color space will c' +
- 'losely emulate the color of the in-camera JPG'#39's.'
- Caption = 'NTSC (1953)'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 168
- Width = 265
- Height = 89
- Caption = 'Dynamic Range'
- TabOrder = 3
- object Label4: TLabel
- Left = 14
- Top = 65
- Width = 115
- Height = 16
- Caption = 'Auto levels clip (%):'
- end
- object Label6: TLabel
- Left = 136
- Top = 38
- Width = 46
- Height = 16
- Caption = 'Shadow'
- end
- object Label5: TLabel
- Left = 200
- Top = 38
- Width = 50
- Height = 16
- Caption = 'Highlight'
- end
- object Edit5: TEdit
- Left = 136
- Top = 57
- Width = 49
- Height = 24
- Hint = 'Defines the lower (shadow) limit of the histogram curve.'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Text = '1.5'
- end
- object Edit4: TEdit
- Left = 200
- Top = 57
- Width = 49
- Height = 24
- Hint = 'Defines the upper (highlight) limit of the histogram curve.'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Text = '0.1'
- end
- object CheckBox2: TCheckBox
- Left = 14
- Top = 24
- Width = 89
- Height = 17
- Hint =
- 'Checking this box will override the D1 exposure to maximize the ' +
- 'dynamic range of the image. Leave unchecked to use the camera'#39's' +
- ' exposure.'
- Caption = 'Auto Level'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 2
- OnClick = CheckBox2Click
- end
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 8
- Width = 265
- Height = 161
- Caption = 'Appearance'
- TabOrder = 4
- object Label1: TLabel
- Left = 143
- Top = 24
- Width = 50
- Height = 16
- Caption = 'Gamma:'
- end
- object Label2: TLabel
- Left = 64
- Top = 56
- Width = 130
- Height = 16
- Caption = 'Contrast enhance (%):'
- end
- object Label3: TLabel
- Left = 53
- Top = 88
- Width = 140
- Height = 16
- Caption = 'Saturation enhance (%):'
- end
- object Edit1: TEdit
- Left = 200
- Top = 16
- Width = 49
- Height = 24
- Hint = 'Gamma value of the device'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Text = '2.2'
- end
- object Edit2: TEdit
- Left = 200
- Top = 48
- Width = 49
- Height = 24
- Hint = 'Percent contrast enhancement'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Text = '0'
- end
- object Edit3: TEdit
- Left = 200
- Top = 80
- Width = 49
- Height = 24
- Hint = 'Percent color saturation enhancement'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- Text = '0'
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 136
- Width = 129
- Height = 17
- Hint = 'Correct false color fringing in high contrast areas'
- Caption = 'Fringe Correction'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- end
- end
-